- run-time program
- рабочая программа
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
Run time — or runtime may refer to:*Run time, the length of a film or television program in minutes *Runtime, in computer science, the duration of a computer program s execution, from beginning to termination *Run time system, software that provides… … Wikipedia
run-time — UK US (also runtime) noun [C or U] IT ► the amount of time it takes for a computer program to perform a task: »The run time will be five hours. ► the time at which a computer program begins a task: »I ve set the run time for five o clock … Financial and business terms
run time — run times N COUNT Run time is the time during which a computer program is running. [COMPUTING] … English dictionary
run time — noun The time needed for the execution of a computer program • • • Main Entry: ↑run … Useful english dictionary
Run-time system — In computer science, the runtime system is software that provides services for a running program but is itself not considered to be part of the operating system.Fact|date=April 2008 Examples include:* the code that is generated by the compiler to … Wikipedia
Run-time algorithm specialisation — In computer science, run time algorithm specialisation is a methodology for creating efficient algorithms for costly computation tasks of certain kinds. The methodology originates in the field of automated theorem proving and, more specifically,… … Wikipedia
run-time — noun Computing 1》 the length of time a program takes to run. ↘the time at which a program is run. 2》 a cut down version of a program that can be run but not changed … English new terms dictionary
run-time — noun 1. the time at which a (software or multimedia) program is run • Hypernyms: ↑point, ↑point in time 2. (computer science) the length of time it takes to execute a software program • Topics: ↑computer science, ↑computing … Useful english dictionary
run time — noun a) The time during which a program is executing. b) The length of a film or television program in minutes, usually with end credits included … Wiktionary
run time — /ˈrʌn taɪm/ (say run tuym) noun the time required for a computer to complete a single, continuous program …
Run-time checking — Runtime checking is a mechanism of a programming language to check for errors at runtime, e.g. arithmetic overflows or invalid type casts. Most times an exception is thrown and/or the program is terminated, instead of ignoring this failure as it… … Wikipedia